home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Meeting Pearls 4
/
Meeting Pearls Vol. IV (1996)(GTI - Schatztruhe)[!].iso
/
Pearls
/
dev
/
Oberon
/
OberonV4
/
tool
/
Browser.Tool
(
.txt
)
< prev
next >
Wrap
Oberon Text
|
1994-07-03
|
423b
|
13 lines
Syntax10.Scn.Fnt
Browser - the Oberon module broser
Browser.ShowDef (^ | module)
shows the definition of an Oberon module
Browser.ShowObj (^ | module.object)
shows the definition of an exported object
Browser.ShowTree {modulename} ~
shows the hierarchy of exported record types
Examples:
Browser.ShowDef Oberon
Browser.ShowObj Files.Set
Browser.ShowTree Display Viewers MenuViewers TextFrames ~